home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
source
/
rfvdemo
/
timer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-04-02
|
206 b
|
17 lines
// TIMER_C
#ifndef _TIMER_H
#define _TIMER_H
class timer_C
{
public:
timer_C();
~timer_C();
long readtimer(void);
long elapsed(unsigned long start,unsigned long stop);
};
#endif